ocr: Procedure A named PL/SQL block that performs one or more actions and is called as an executable PL/SQL statement. You can pass nformation into and out of a procedure through its parameter list. Function AI named PL/SQL block that retums a single value and is used just like a PL/SQL expression. You can pass information into a unction through its parameter list. Anonymous An unnamed PL/SQL block that performs one or more actions. Block An anonymous block gives the developer control over scope of identifiers and exception handling. Package A named collection of procedures, iunctions, types, and v ...